home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q97 / 5 / 97.TXT < prev    next >
Text File  |  1994-02-15  |  4KB  |  86 lines

  1. DOCUMENT:Q97597  14-FEB-1994  [W_NT]
  2. TITLE   :How to Enable Automatic Logon in Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ---------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ---------------------------------------------------------------------
  14.  
  15. Windows NT allows you to automate the logon process by storing your
  16. password and other pertinent information in the Registry database.
  17.  
  18. NOTE: This feature allows other users to start your computer and use
  19. the account you establish to automatically logon. Also, timing
  20. conflicts can occur. For example: If you have several network
  21. transports loaded, enabling automatic logon may make Windows NT
  22. attempt to connect to network resources before the network transports
  23. are completely loaded.
  24.  
  25. Use the Registration Information Editor (REGEDT32.EXE) to add your
  26. logon information, as follows:
  27.  
  28. WARNING: Using Registry Editor incorrectly can cause serious,
  29. system-wide problems that may require you to reinstall Windows NT to
  30. correct them. Microsoft cannot guarantee that any problems resulting
  31. from the use of Registry Editor can be solved. Use this tool at your
  32. own risk.
  33.  
  34. 1. Start REGEDT32.EXE and locate the following Registry subkey:
  35.  
  36.       HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft
  37.       \Windows NT\CurrentVersion\Winlogon
  38.  
  39. 2. Establish your domain name, account name, and password, using the
  40.    values you would normally type when logging on. You should assign
  41.    the following values:
  42.  
  43.       DefaultDomainName
  44.       DefaultUserName
  45.       DefaultPassword
  46.  
  47.    NOTE: The DefaultPassword value may not exist. If it doesn't, from
  48.    the Edit menu, choose Add Value. In the Value Name field, type:
  49.    "DefaultPassword" (without the quotation marks). Select REG_SZ for
  50.    the Data Type. In the String field, type your password. Save your
  51.    changes.
  52.  
  53.    Also, if no DefaultPassword string is specified, Windows NT
  54.    automatically changes the value of the AutoAdminLogon key from 1 (true)
  55.    to 0 (false), thus disabling the AutoAdminLogon feature.
  56.  
  57. 3. From the Edit menu, choose Add Value. Enter AutoAdminLogon in the
  58.    Value Name field. Select REG_SZ for the Data Type. Enter 1 in the
  59.    String field. Save your changes.
  60.  
  61. 4. Exit REGEDT32.
  62.  
  63. 5. Exit Windows NT and turn off your computer.
  64.  
  65. 6. Restart your computer and Windows NT. You should be able to logon
  66.    automatically.
  67.  
  68. Additional reference words: regedit 3.10 auto login autologon
  69. KBCategory:
  70. KBSubCategory: SCRTY
  71.  
  72. =============================================================================
  73.  
  74. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  75. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  76. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  77. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  78. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  79. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  80. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  81. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  82. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  83. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  84. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  85.  
  86. Copyright Microsoft Corporation 1994.